home *** CD-ROM | disk | FTP | other *** search
- object EmailForm: TEmailForm
- Left = 1001
- Top = 11
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- ClientHeight = 284
- ClientWidth = 370
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- OnHelp = FormHelp
- OnMouseDown = FormMouseDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object EmailGroup: TGroupBox
- Left = 8
- Top = 16
- Width = 353
- Height = 217
- TabOrder = 0
- object NormalReadLabel: TLabel
- Left = 230
- Top = 64
- Width = 3
- Height = 13
- Alignment = taRightJustify
- OnMouseDown = FormMouseDown
- end
- object CopyprotReadLabel: TLabel
- Left = 230
- Top = 88
- Width = 3
- Height = 13
- Alignment = taRightJustify
- OnMouseDown = FormMouseDown
- end
- object ExtraAudioLabel: TLabel
- Left = 230
- Top = 136
- Width = 3
- Height = 13
- Alignment = taRightJustify
- OnMouseDown = FormMouseDown
- end
- object WritingLabel: TLabel
- Left = 230
- Top = 160
- Width = 3
- Height = 13
- Alignment = taRightJustify
- OnMouseDown = FormMouseDown
- end
- object SimulLabel: TLabel
- Left = 230
- Top = 184
- Width = 3
- Height = 13
- Alignment = taRightJustify
- OnMouseDown = FormMouseDown
- end
- object AudioReadLabel: TLabel
- Left = 230
- Top = 112
- Width = 3
- Height = 13
- Alignment = taRightJustify
- OnMouseDown = FormMouseDown
- end
- object ListBoxReader: TComboBox
- Left = 64
- Top = 24
- Width = 265
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 0
- OnChange = ListBoxReaderChange
- OnDrawItem = ListBoxReaderDrawItem
- end
- object NormalReadBox: TComboBox
- Left = 240
- Top = 56
- Width = 89
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 1
- end
- object DataReadBox: TComboBox
- Left = 240
- Top = 80
- Width = 89
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 2
- end
- object AudioReadBox: TComboBox
- Left = 240
- Top = 128
- Width = 89
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 4
- end
- object NormalWriteBox: TComboBox
- Left = 240
- Top = 152
- Width = 89
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 5
- end
- object SimulWriteBox: TComboBox
- Left = 240
- Top = 176
- Width = 89
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 6
- end
- object AudioAccurateBox: TComboBox
- Left = 240
- Top = 104
- Width = 89
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 3
- end
- end
- object SendButton: TButton
- Left = 120
- Top = 248
- Width = 121
- Height = 25
- TabOrder = 1
- OnClick = SendButtonClick
- OnMouseDown = FormMouseDown
- end
- object Cancel: TButton
- Left = 248
- Top = 248
- Width = 113
- Height = 25
- Cancel = True
- ModalResult = 2
- TabOrder = 2
- end
- end
-